Einhugur Word Plugin for Xojo

Container.AppendParagraph Method

Appends paragraph at back of the container, creating one run for the string passed in with this method.

AppendParagraph(
   value as String) as EinhugurWord.Paragraph

Parameters

value
Text to put in the first run of the paragraph.

Returns

EinhugurWord.Paragraph
Handle to the new paragraph.

Remarks

See Also

Container Class